Deny from all
<Files ~ "\.(zip|rar|exe|com|doc|txt|rtf)$">
  Allow from all
</Files>
<Files "*.htaccess">
  deny from all
</Files>